home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / telerepl.arc / TR.TR < prev    next >
Encoding:
Text File  |  1990-09-12  |  1.7 KB  |  31 lines

  1.     TeleReplica Configuration File
  2.     Note: Do NOT change the order of these parameters, or delete any lines!
  3.  
  4. "COM2"                Communications port (COM1 or COM2)
  5. 2400                  Baud rate (typically 300, 1200, 2400, or 9600)
  6. "COMSPEC"             Pathname for DOS Command Interpreter (or "COMSPEC")
  7. 07                    Attribute for normal text (such as help screen)
  8. 47                    Attribute for file transfer monitoring
  9. 4F                    Attribute for pop-up windows
  10. "trput %s\r"          Host command to send (download) files
  11. "trget\r"             Host command to receive (upload) files
  12. "trtalk\r"            Host command to start "talk" session
  13. 440                   Frequency of "bell" tone (Hz)
  14. 100                   Duration of "bell" tone (ms)
  15. 128                   Block size for file upload (1-256)
  16. 4                     Number of block buffers for upload (1-8)
  17. "NO"                  Send "break" in response to framing error? (YES/NO)
  18. 111                   Length of "break" (ms)
  19. 4000                  Time to wait before giving up transfer (ms)
  20. 2000                  Time to wait for first char before timeout (ms)
  21. 500                   Time to wait for subsequent chars in block (ms)
  22. "PUERTO RICAN"        Password to log in to host computer
  23. "ATE1 S7=255 S11=55 L0 V1 X4 S0=0\r"     Connect command for modem
  24. "ATH0\r"              Disconnect command for modem
  25.  
  26.     Each of the remaining lines must contain 3 strings and a number.
  27.     The first string is the trigger string to search for.
  28.     The second string is the response to be sent after finding the trigger.
  29.     The third string is the response to be sent after timeout.
  30.     The number is the time to wait before timeout (in ms).
  31.